-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
inspector: support inspecting HTTP/2 request and response bodies #60483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inspector: support inspecting HTTP/2 request and response bodies #60483
Conversation
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60483 +/- ##
==========================================
- Coverage 88.58% 88.55% -0.04%
==========================================
Files 704 704
Lines 207839 207922 +83
Branches 40051 40050 -1
==========================================
+ Hits 184117 184124 +7
- Misses 15791 15828 +37
- Partials 7931 7970 +39
🚀 New features to boost your workflow:
|
Signed-off-by: Darshan Sen <raisinten@gmail.com>
6430e7f to
f67af83
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Landed in c63e88e |
Now, we can track the request and response bodies of HTTP/2 calls through the Network tab of Chrome DevTools for Node.js.
Refs: #53946
Demo
demo.mov